.index_aboutbg{min-width:1190px; max-width:1920px; background:url(../ZERO/img/index_aboutbg.jpg) center top no-repeat; margin:auto; margin-top:50px; padding-top:60px;}

.index_about_indexAbout{width:1190px; margin:auto;}
.index_about_left{width:396px; float:left;}
.index_about_head{width:100%; text-align:left;}
.index_about_head ul li{font-size:20px; color:#747b6b; line-height:50px;}
.index_about_nr{width:100%; margin:auto; margin-top:15px; font-size:14px; color:#ffffff; line-height:25px;}
.index_about_more{width:146px; margin-top:46px; background:#ffdd00; -webkit-border-radius:20px; -moz-border-radius:20px; border-radius:20px; height:35px; line-height:35px; text-align:center;}
.index_about_more a{ font-size:16px; color:#222222;}

.index_about_aboutpic{width:654px; height:451px; margin-top:80px; box-shadow:0px 2px 9px #dedede; float:right; overflow:hidden;}
.index_about_aboutpic img{width:654px; height:451px; transition:all .6s;}
.index_about_aboutpic:hover img{transition:all .6s; transform:scale(1.15);}


#index_about_animate_11,#index_about_animate_12,#index_about_animate,#index_about_animate_1,#index_about_animate_2,#index_about_animate_3,#index_about_animate_4{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}